Subtitle (caption) issues
Posted: Wed Oct 14, 2009 9:49 pm
Regarding font size and color the solution is in:
CMultimediaMovieInfo::InitCaption
CMultimediaMovieInfo::UpdateCaptionTextSize
Color is set to 0xFFF0F0F0 ARGB
Size is stored value of menu item (I guess 0,1,2) * 2 + 24 --> CMmCaptionWnd::SetFontSize( 24 + N * 2 )
UpdateCaptionTextSize does the same.
Outline I think can't be done now. But I think setting the CaptionWindow's background color and alpha should be possible or setting the font background color and alpha.
Anyone digging this or just me?
CMultimediaMovieInfo::InitCaption
CMultimediaMovieInfo::UpdateCaptionTextSize
Color is set to 0xFFF0F0F0 ARGB
Size is stored value of menu item (I guess 0,1,2) * 2 + 24 --> CMmCaptionWnd::SetFontSize( 24 + N * 2 )
UpdateCaptionTextSize does the same.
Outline I think can't be done now. But I think setting the CaptionWindow's background color and alpha should be possible or setting the font background color and alpha.
Anyone digging this or just me?