소스 검색

* fixed examples

master
Bergmann89 10 년 전
부모
커밋
9ad90b9f7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/PostProcess/uMainForm.pas

+ 1
- 1
examples/PostProcess/uMainForm.pas 파일 보기

@@ -74,7 +74,7 @@ begin
pp.AddChars(TtsCharRangeUsage.tsUsageInclude, 'Lorem');
ftsPostProcessor1.Add(pp);

img := TtsImage.Create;
img := TtsImage.Create(ftsContext);
img.CreateEmpty(TtsFormat.tsFormatAlpha8, 4, 4);
Move(PATTER_DATA[0], img.Data^, 16);
pp := TtsPostProcessorFillPattern.Create(ftsContext, img, true, tsPosition(0, 0), TS_IMAGE_MODES_MODULATE_ALL, TS_COLOR_CHANNELS_RGBA);


불러오는 중...
취소
저장