13 lines
242 B
C++
13 lines
242 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
|
|
#include "RichTextBlockPerc.h"
|
|
|
|
|
|
|
|
void URichTextBlockPerc::setLineHeightPercentage(float newPerc)
|
|
{
|
|
LineHeightPercentage = newPerc;
|
|
SynchronizeProperties();
|
|
}
|