Upside down text for report?

∥☆過路亽.° 提交于 2019-12-10 09:41:37

问题


For specific reasons, I need to be able to display some values on the bottom half of my report upside down(inverted). The intention of this report is to be printed and folded down the middle, so I would like for it to adhere to this specific format. I can't find anything that does this easily. Some ideas that I have considered but don't know how to implement:

'importing' an upside-down font and setting the control's font to that font?

somehow inverting the entire control 180 degrees

Does anyone have any experience accomplishing this?

Edit: installing an upside down font and setting the control source's font property to that font was the solution that I implemented. For some upside down fonts, it may be necessary to call str_reverse on the text, as the upside down font may reverse the order Problem is-- This would only work on the computer with the font installed, right?


回答1:


I think your options are:

  • Lebans: http://www.lebans.com/
  • Word mail merge
  • An upside down font
  • An image.

Access has a Vertical property, but that is only for 90°.



来源:https://stackoverflow.com/questions/11505622/upside-down-text-for-report

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!