Fix DynamicTextFont.makeCopy() implementation
This commit is contained in:
parent
0c7b65b1fd
commit
b06ff60c10
|
|
@ -68,6 +68,7 @@ FreetypeFont(const FreetypeFont ©) :
|
|||
_requested_scale_factor(copy._requested_scale_factor),
|
||||
_scale_factor(copy._scale_factor),
|
||||
_native_antialias(copy._native_antialias),
|
||||
_font_pixels_per_unit(copy._font_pixels_per_unit),
|
||||
_line_height(copy._line_height),
|
||||
_space_advance(copy._space_advance),
|
||||
_face(copy._face),
|
||||
|
|
|
|||
Loading…
Reference in New Issue